home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Multimedia Viewer How-To CD / Microsoft Multimedia Viewer How-To CD.iso / mvsample / progsamp / eplist / eplist.rc < prev    next >
Text File  |  1993-03-21  |  625b  |  14 lines

  1. #include <eplist.h>
  2.  
  3. STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
  4. BEGIN
  5.         LISTERR_NOVWRINFO, "EP List: Can't access Viewer information for this instance."
  6.         LISTERR_MEMORY,    "EP List: Memory allocation error."
  7.         LISTERR_SYNTAX,    "EP List: Author data string has syntax error."
  8.         LISTERR_CREATEFAILED, "EP List: Could not create pane window."
  9.         LISTERR_BAGGAGE,   "EP List: Could not load list info from baggage."
  10.         LISTERR_NOVWR,     "EP List: Could not access Viewer instance."
  11.         LISTERR_TOOMANY,   "EP List: Can't display this many list panes simultaneously."
  12. END
  13.  
  14.